home *** CD-ROM | disk | FTP | other *** search
/ ftp.extrabit.com / ftp.extrabit.com.zip / ftp.extrabit.com / copyfilenames30x64.exe / {app} / CopyFilenames.chm / default.css < prev    next >
Cascading Style Sheet File  |  2009-07-19  |  1KB  |  73 lines

  1. /* Text Styles */
  2. hr { color: #000000}
  3. body, table /* Normal */
  4. {
  5.  font-size: 10pt;
  6.  font-family: 'Arial';
  7.  font-style: normal;
  8.  font-weight: normal;
  9.  color: #000000;
  10.  text-decoration: none;
  11. }
  12. span.f_Body /* Body */
  13. {
  14. }
  15. span.f_CodeExample /* Code Example */
  16. {
  17.  font-size: 8pt;
  18.  font-family: 'Courier New';
  19. }
  20. span.f_Comment /* Comment */
  21. {
  22. }
  23. span.f_Heading1 /* Heading1 */
  24. {
  25.  font-size: 16pt;
  26.  font-weight: bold;
  27. }
  28. span.f_Heading2 /* Heading2 */
  29. {
  30.  font-size: 12pt;
  31.  font-weight: bold;
  32. }
  33. span.f_ImageCaption /* Image Caption */
  34. {
  35.  font-size: 8pt;
  36.  font-weight: bold;
  37. }
  38. span.f_Notes /* Notes */
  39. {
  40. }
  41. /* Paragraph styles */
  42. p /* Normal */
  43. {
  44.  text-align: left;
  45.  text-indent: 0px;
  46.  padding: 0px 0px 0px 0px;
  47.  margin: 0px 0px 0px 0px;
  48. }
  49. .p_Body /* Body */
  50. {
  51.  margin: 6px 0px 6px 0px;
  52. }
  53. .p_CodeExample /* Code Example */
  54. {
  55.  white-space: nowrap;
  56. }
  57. .p_Comment /* Comment */
  58. {
  59. }
  60. .p_Heading1 /* Heading1 */
  61. {
  62. }
  63. .p_Heading2 /* Heading2 */
  64. {
  65.  margin: 14px 0px 6px 0px;
  66. }
  67. .p_ImageCaption /* Image Caption */
  68. {
  69. }
  70. .p_Notes /* Notes */
  71. {
  72. }
  73.